home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowent.dir / 00021_Script_21 < prev    next >
Text File  |  1994-11-29  |  266b  |  20 lines

  1. on exitFrame
  2.   global CM7SC3M1
  3.   
  4.   if the movieTime of sprite 3 =CM7SC3M1 then
  5.     go to the frame + 1
  6.   else
  7.     go to frame the frame
  8.   end if
  9. end
  10.  
  11. on mouseDown
  12.   
  13.   set the movieRate of sprite 3 to 0
  14.   updateStage
  15.   go to frame "End"
  16.   
  17. end
  18.  
  19.  
  20.